home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hairs 2
/
Hairs 2.iso
/
mac
/
MAC
/
SHARED.DIR
/
00147_Script_021ǼàžìÆ
< prev
next >
Wrap
Text File
|
1995-07-25
|
582b
|
24 lines
global gcheck
on enterFrame
if gcheck<> 1 then
preLoad (the frame +2)
set the timeoutlength =4 * 60
set the timeoutscript to "jikangire"
else set gcheck = 1
end enterFrame
on mouseDown
set the timeoutscript to EMPTY
play 200
endナ@mouseDown
on KeyDown
set the timeoutscript to EMPTY
if the key = "S" then go to the frame
if the key = "W" then go to frame "MENU" of movie "MENU.DIR"
if the key = "A" then go next
if the key = "D" then go marker (3)
if the key = "Z" then go next
end
on exitframe
go to the frame
end exitframe